home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / AI FAQ 13Sept94 / 4. Bibliography < prev    next >
Encoding:
Internet Message Format  |  1994-09-15  |  72.4 KB  |  [TEXT/ttxt]

  1. Subject: FAQ: Artificial Intelligence Bibliography 4/6 [Monthly posting]
  2. Newsgroups: comp.ai,news.answers,comp.answers
  3. Summary: Bibliography of AI introductory texts, overviews and references
  4. Distribution: world
  5. Followup-To: poster
  6. Reply-To: mkant+ai-faq@cs.cmu.edu
  7. Organization: School of Computer Science, Carnegie Mellon University
  8. Approved: news-answers-request@MIT.Edu
  9.  
  10. Archive-name: ai-faq/general/part4
  11. Last-Modified: Tue Sep 13 18:03:55 1994 by Mark Kantrowitz
  12. Version: 1.23
  13. Maintainer: Mark Kantrowitz <mkant+ai-faq@cs.cmu.edu>
  14. URL: http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/ai/ai_general/top.html
  15. Size: 74163 bytes, 1937 lines
  16.  
  17. ;;; ****************************************************************
  18. ;;; Answers to Questions about Artificial Intelligence *************
  19. ;;; ****************************************************************
  20. ;;; Written by Mark Kantrowitz
  21. ;;; ai_4.faq
  22.  
  23. This part of the AI FAQ provides a bibliography of good introductory
  24. texts and overviews of AI and specific subfields of AI. If you feel
  25. that there is a reference or set of references which should be added
  26. to this FAQ, or references which should be removed, please send email
  27. to mkant+ai-faq@cs.cmu.edu.  When suggesting references to be
  28. included in a particular subfield, only suggest the best two or three
  29. references (or a particularly well-written overview). It is NOT the
  30. intention of this listing to be a comprehensive AI bibliography.
  31.  
  32. Part 4 (Bibliography):
  33.   Bibliography of introductory texts, overviews and references
  34.   Addresses and phone numbers for major AI publishers
  35.  
  36. Outline:
  37.    [1]  AI in general (Introductions, Overviews)
  38.    [1a] Major AI Publishers
  39.    [1b] How do I get a copy of the proceedings to conference <x>?
  40.    [1c] How do I get a copy of <x>'s PhD dissertation?
  41.    [2]  Search and Game Playing
  42.    [3]  Knowledge Representation
  43.    [4]  Logic
  44.    [5]  Planning
  45.    [6]  Natural Language Processing (NLP)
  46.    [7]  Connectionism and Neural Nets
  47.    [8]  Machine Learning
  48.    [9]  Case-Based Reasoning
  49.    [10] Genetic Algorithms
  50.    [11] Production Systems, Expert Systems and Match Algorithms
  51.    [12] Integrated AI Architectures
  52.    [13] Fuzzy Logic
  53.    [14] Artificial Life and Cellular Automata
  54.    [15] Qualitative Physics and Model Based Reasoning
  55.    [16] Task-specific Architectures for Problem Solving
  56.    [17] Automated Deduction
  57.    [18] Probabilistic Reasoning
  58.    [19] Nonmonotonic Reasoning and Truth Maintenance Systems (TMS)
  59.    [20] Robotics and Computer Vision
  60.    [21] Distributed AI
  61.    [22] User/Agent Modeling
  62.    [23] Philosophy of AI
  63.    [24] What is Cyc? (Common Sense)
  64.    [25] Miscellaneous: PhD Theses
  65.    [26] Videotapes and Magazines
  66.    [27] Constraint-based Scheduling
  67.    [28] Music and AI
  68.    [29] AI and Education
  69.    [30] Blackboard Architectures
  70.    [31] Temporal Reasoning and Modal Logic
  71.  
  72. Search for [#] to get to question number # quickly.
  73.  
  74. ----------------------------------------------------------------
  75. Subject: [1]  AI in general (Introductions, Overviews)
  76.  
  77. Introductory texts:
  78.  
  79.    Elaine Rich & Kevin Knight, "Artificial Intelligence", 2nd edition,
  80.    McGraw-Hill, New York, 1991. ISBN 0-07-052263-4. [Source code is
  81.    available from ftp.cs.cmu.edu:/user/ai/areas/bookcode/knight/.]
  82.  
  83.    Patrick Henry Winston, "Artificial Intelligence", Third Edition, 
  84.    Addison Wesley, Reading, MA, 1992, ISBN 0-201-53377-4.
  85.       [Source code is in ftp.ai.mit.edu:/pub/ai3/.]
  86.  
  87.    Matthew L. Ginsberg, "Essentials of AI", Morgan Kaufmann
  88.    Publishers, 1993, ISBN 1-55860-221-6, 430 pages, $49.95. 
  89.       [Topics include search, knowledge representation, logic,
  90.       assumption-based truth maintenance, nonmonotonic reasoning,
  91.       probability, frames, semantic nets, planning, learning, vision,
  92.       natural language processing, and expert systems.]
  93.  
  94.    George Luger and William Stubblefield, "Artificial Intelligence:
  95.    Structures and Strategies for Complex Problem Solving", 2nd
  96.    Edition, The Benjamin/Cummings Publishing Company, Inc., 1993.
  97.    720 pages, ISBN 0-8053-4780-1.
  98.    [Includes algorithms implemented in Lisp and Prolog.]
  99.  
  100.    Ian Pratt, "Artificial Intelligence", Macmillan, London, 1994. 280
  101.    pages, ISBN 0-333-59755-9 ($35). [In-depth introduction to several
  102.    AI topics, using inference as a central theme. As a result, omits
  103.    topics like NLP, expert systems, vision, and robotics. But does,
  104.    curiously, include a chapter on neural networks, in addition to
  105.    planning, search, and other topics related to logic and reasoning.
  106.    The presentation is superb, doing an excellent job of conveying the
  107.    essential insights behind the concepts, followed by the technical
  108.    details and pseudocode for the algorithms. Very good use of diagrams
  109.    to explain difficult concepts. Heavily dependent on predicate
  110.    calculus, with a tutorial introduction in the appendix. Suitable
  111.    for an advanced undergraduate/introductory masters-level course. A
  112.    longer version of this review is available as 
  113.       ftp.cs.cmu.edu:/user/ai/pubs/books/reviews/pratt.txt]
  114.  
  115.    Thomas L. Dean, James Allen, John Aloimonons, "Artificial
  116.    Intelligence: Theory and Practice", Benjamin/Cummings, 1994. 680
  117.    pages, ISBN 0-8053-25476. [Lisp/Scheme/C++ code will be available
  118.    by anonymous ftp from bc.aw.com:/bc/dean/, along with selected
  119.    illustrations from the text.] 
  120.  
  121. Overviews and References:
  122.  
  123.    Shapiro, Stuart C. (ed), "Encyclopedia of Artificial Intelligence", 
  124.    2nd Edition, John Wiley & Sons, New York, 1992. (1st ed, 1987)
  125.  
  126.    Alan Bundy, editor, "Catalogue of Artificial Intelligence
  127.    Techniques", 3rd Edition, Springer Verlag, 1990, ISBN 0-387-52959-4,
  128.    179 pages, $29.50. 
  129.  
  130.    Avron Barr and Edward A. Feigenbaum, "The Handbook of Artificial
  131.    Intelligence", volumes 1-4, Addison-Wesley, Reading, MA, 1986.
  132.  
  133.    Sundermeyer, K., "Knowledge-Based Systems: Terminology and References",
  134.    Wissenschaftverlag, 1991. ISBN 3-411-14941-8
  135.  
  136.    Bonnie Lynn Webber and Nils J. Nilsson, "Readings in Artificial
  137.    Intelligence", Morgan Kaufmann, San Mateo, CA, 1981.
  138.  
  139.    Raymond Kurzweil's "The Age of Intelligent Machines", MIT Press,
  140.    1990, 565 pages, ISBN 0-262-11121-7, $39.95. [General Introduction]
  141.  
  142. Glossaries and Dictionaries:
  143.  
  144.    Raoul N. Smith, editor, "The Facts on File Dictionary of Artificial
  145.    Intelligence", Facts on File, New York, 1989, 211 pages. 
  146.    ISBN 0-8160-1593-3.
  147.  
  148.    Jerry M. Rosenberg, "Dictionary of Artificial Intelligence and
  149.    Robotics", Wiley, New York, 1986, 203 pages.
  150.  
  151.    Ellen Thro, "The Artificial Intelligence Dictionary", Microtrend Books,
  152.    San Marcos, CA, 1991, 407 pages, ISBN 0-915391-36-8.
  153.  
  154.    P610.8, "Draft Standard Glossary of Artificial Intelligence Terminology"
  155.    referenced in "IEEE Std 610.12-1990, IEEE Standard Glossary of
  156.    Software Technology, December 1990".
  157.  
  158.    Colin Beardon "Artificial Intelligence Terminology: a reference guide"
  159.    John Wiley & Sons, NY, 1989, 283 pages. ISBN 0-7458-0718-6
  160.  
  161. Older general introductions and overviews:
  162.  
  163.    Nils J. Nilsson, "Principles of Artificial Intelligence", Tioga
  164.    Publishing Company, Palo Alto, CA, 1980.
  165.  
  166.    Eugene Charniak and Drew V. McDermott, "Introduction to Artificial
  167.    Intelligence", Addison-Wesley, Reading, MA, 1985.
  168.  
  169.    Firebaugh, Morris W., "Artificial Intelligence: A Knowledge-Based
  170.    Approach", PWS-Kent, Massachusetts, 1989.  ISBN 0-87835-325-9
  171.         Emphasis on the role of knowledge in the design of intelligent
  172.         systems. Includes intro to AI programming languages, extensive
  173.         discussion of expert systems and robotics, survey of parallel
  174.         machine architectures, and identification of bottlenecks in
  175.         the implementation of useful AI systems.
  176.  
  177. Surveys:
  178.  
  179.    Howard E. Shrobe, editor, "Exploring Artificial Intelligence",
  180.    Morgan Kaufmann Publishers, San Mateo, CA, 1988.
  181.    (Survey talks from the AAAI 1986 and 1987 conferences.)
  182.  
  183. Applied AI:
  184.  
  185.    Hugh Cartwright <HCART@vax.ox.ac.uk>, "Applications of Artificial
  186.    Intelligence in Chemistry" Oxford University Press, 1994. 92 pages,
  187.    ISBN 0-19-855736-1.
  188.       [An inexpensive text that is aimed at undergraduate and graduate
  189.       students in engineering, physical and life sciences who have little or
  190.       no prior knowledge of AI. It provides an overview of the use and
  191.       potential of AI methods in the sciences.]
  192.  
  193. AI for C People:
  194.  
  195.    Herbert Schildt, "Artificial Intelligence Using C", McGraw-Hill,
  196.    1987. 412 pages. ISBN 0-07-881255-0.
  197.   
  198.    Herbert Schildt, "Artificial Intelligence Using C++", McGraw-Hill.
  199.  
  200. ----------------------------------------------------------------
  201. Subject: [1a] Major AI Publishers
  202.  
  203. Ablex Publishing Corporation
  204. 355 Chestnut Street, Norwood, NJ 07648-2090
  205. 201-767-8455/8450
  206. Fax: 201-767-6717
  207.  
  208. Academic Press
  209. 1250 Sixth Avenue, San Diego, CA 92101
  210. Orders: 800-321-5068
  211. Fax:    619-699-6715
  212.  
  213. Addison Wesley Publishing Company, Inc.
  214. Route 128, 1 Jacob Way, Reading, MA 01867
  215. 800-447-2226 (617-944-3700)
  216. Fax:   617-944-8243  617-944-7273
  217. E-mail: bexpress@aw.com (must register with Book Express via paper mail first)
  218.  
  219. Benjamin Cummings Publishing Company
  220. 2727 Sand Hill Road, Menlo Park, CA 94025
  221. 415-854-0300
  222. 390 Bridge Parkway, Redwood City, CA 94065
  223. 800-552-2499, 415-594-4400
  224. Email: bookinfo@bc.aw.com
  225. Orders: Benjamin/Cummings Publishing Company, Inc., Reading, MA 01867,
  226.        800-447-2226, fax 800-333-3328
  227. Canadian Orders: Addison-Wesley Publishers Ltd., PO Box 580, 26 Prince
  228.        Andrew Place, Don Mills Ontario, CANADA M3C 2T8
  229.        416-447-5101, fax 416-443-0948
  230. International Orders: Addison-Wesley Publishing Company, International
  231.        Publishing Group, Jacob Way, Reading, MA 01867
  232.        617-944-3700, fax 617-944-0826
  233. Information/Examination Copies: 800-950-2665
  234.  
  235. Blackwell Scientific Publications, Inc.
  236. 3 Cambridge Center, Suite 208, Cambridge, MA 02142
  237. 617-225-0401
  238. Fax:   617-225-0412
  239. Osney Mead, PO Box 88, Oxford, 0X2 0EL, UK 0865-240201
  240.  
  241. Cambridge University Press
  242. 40 West 20th Street, New York, NY 10022
  243. Orders: 800-221-4512, 212-924-3900, 800-872-7423
  244.  
  245. Columbia University Press
  246. 562 West 113th Street, New York, NY 10025
  247. 800-944-8648
  248.  
  249. Computer Science Press, Inc.
  250. 41 Madison Avenue, New York, NY 10010-3546
  251. 212-576-9400
  252.  
  253. Computing Reviews
  254. 11 West 42nd Street, New York, NY 10036
  255.  
  256. Cornell University Press
  257. Box 250, 124 Roberts Place, Ithica, NY 14851
  258. 800-666-2211
  259.  
  260. Digital Press
  261. 80 Montvale Avenue
  262. Stoneham, MA 02180  USA
  263. Tel: 800-366-2665 (USA) or 617-928-2500
  264. Fax: 800-446-6520 (USA) or 617-933-6333
  265.  
  266. Elsevier Science Publishing
  267. 655 Avenue of the Americas, New York, NY 10017
  268. 212-633-3827/3650
  269. PO Box 211, Amsterdam, 1000 AE, The Netherlands
  270. 020-580-3641
  271. Fax:    020-580-3769
  272.  
  273. Harvard University Press
  274. 79 Garden Street, Cambridge, MA 02138
  275. 617-495-2600/2480
  276.  
  277. Houghton Miflin Company
  278. One Memorial Drive, Cambridge, MA 02142
  279. 617-252-3000
  280. One Beacon Street, Boston, MA 02108
  281. 800-225-3362
  282.  
  283. John Wiley & Sons, Inc.
  284. 605 Third Avenue, New York, NY 10158
  285. 212-850-6000
  286.  
  287. Kluwer Academic Publishers
  288. 101 Philip Drive, Norwell, MA 02061.
  289. PO Box 358, Accord Station, Hingham, MA 02018-0358.
  290. 617-871-6600
  291. Fax:   617-871-6528
  292. Email: kluwer@world.std.com
  293. Ftp-server: ftp.std.com:/Kluwer/ (See journals/ and books/ subdirectories.)
  294.    The Kluwer ftp server offers the complete table of contents for
  295.    Kluwer's EE & CS journals, the Aims & Scope, Instruction for Authors,
  296.    Ordering information, and LaTeX style files. This service can also be
  297.    reached using gopher.
  298. Outside US: 
  299.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The Netherlands
  300.    Tel: +31-78-524400
  301.    Fax: +31-78-183273
  302.    E-mail: services@wkap.nl 
  303.  
  304. Lawrence Erlbaum Associates, Inc.
  305. 365 Broadway, Hillsdale, NJ 07642
  306. 800-926-6579, (201-666-4110)
  307. Fax:   201-666-2394
  308. Email: orders@leahq.mhs.compuserve.com
  309.  
  310. Little Brown & Company
  311. 34 Beacon Street, Boston, MA 02108
  312. 617-227-0730
  313. Fax:  617-227-4633
  314.  
  315. Macmillan Publishing 
  316. 866 Third Avenue, Third Floor, New York, NY 10022
  317. 800-257-5755 (212-702-2000)
  318.  
  319. McGraw Hill Book Company
  320. 1221 Avenue of the Americas, 43rd Floor, New York, NY 10020
  321. 800-442-9685 (212-512-2000)
  322.  
  323. MIT Press
  324. 55 Hayward Street, Cambridge, MA 02139-1399
  325. 617-253-5642
  326. Customer Service: 617-625-8481
  327. Orders: 800-356-0343 (617-625-8569)
  328. Fax: 617-625-6660/9080
  329. E-mail (orders): mitpress-orders@mit.edu
  330. E-mail (inquiries): mitpress-orders-inq@mit.edu
  331. Online catalogs: telnet techinfo.mit.edu and look under 
  332.      Around MIT \ Offices & Services \ MIT Press 
  333.      or use the gopher server, 
  334.        gopher://gopher.mit.edu:70/
  335. In Europe, contact MIT Press, 14 Bloomsbury Square, London WC1A
  336. 2LP England, phone 071-404-0712, fax 071-404-0610 or via e-mail
  337. 100315.1423@compuserve.com. In Australia, contact Astam Books, 57-61
  338. John Street, Leichhardt, NSW 2040 Australia, phone 02-566-4400, fax
  339. 02-566-4411. 
  340.  
  341. Morgan Kaufmann Publishers, Inc.
  342. 340 Pine Street, Sixth Floor, San Francisco, CA 94104  USA
  343. Orders: 800-745-7323 (415-392-2665)
  344. Fax:    415-982-BOOK (= 415-982-2665)
  345. Email:  orders@mkp.com
  346.    Their "Readings in X" series is a good source of information
  347.    on various AI topics. (Many of them are listed below.)
  348. In Europe: Direct Distribution, 27 Church Road, Hove, East Sussex, BN3 2FA, UK
  349. Tel (+44 273) 748427, Fax (+44 273) 722180
  350.  
  351. Oxford University Press
  352. 200 Madison Avenue, New York, NY 10016
  353. 800-451-7556
  354.  
  355. Pergamon Press
  356. 395 Saw Mill River Road, Elmsford, NY 10523
  357. 800-257-5755 (914-592-7700)
  358.  
  359. Prentice Hall Inc.
  360. College Division, 440 Sylvan Avenue, Englewood Cliffs, NJ 07632
  361. 201-592-2377
  362. Orders: 800-223-1360 (fax to 800-495-6991) 800-526-0485
  363. Fax: 201-461-4573
  364. Email: books@prenhall.com, catalogs@prenhall.com
  365.  
  366. Princeton University Press
  367. 41 William Street, Princeton, NJ 08540
  368. 800-777-4726
  369.  
  370. Random House Publishing
  371. 201 East 50th Street, New York, NY 10022
  372. 212-751-2600
  373.  
  374. Springer Verlag
  375. 175 Fifth Avenue, New York, NY 10010
  376. 800-SPRINGER/800-777-4643 (201-348-4033)
  377. Fax: 201-348-4505
  378.  
  379. University Microfilms International
  380. 300 North Zeeb Road, Ann Arbor, MI 48106
  381. 313-761-4700
  382.    Copies of PhD theses off of microfilm.
  383.  
  384. University of Chicago Press
  385. 5801 South Ellis Avenue, Chicago, IL 60637
  386. 800-621-2736 (312-702-7700)
  387.  
  388. Van Nostrand Reinhold Company, Inc.
  389. 115 Fifth Avenue, New York, NY 10003
  390. 212-254-3232
  391.  
  392. W. H. Freeman & Company
  393. 41 Madison Avenue, New York, NY 10010
  394. 212-576-9400
  395. Fax:   212-689-2383
  396.  
  397. W. W. Norton & Company, Inc.
  398. 500 Fifth Avenue, New York, NY 10010
  399. 800-233-4830 (212-354-5500)
  400.  
  401. ----------------------------------------------------------------
  402. Subject: [1b] How do I get a copy of the proceedings to conference <x>?
  403.  
  404. First, ask your librarian for help. If your local library doesn't have it,
  405. they may be able to get it on interlibrary loan.
  406.  
  407. If you want to buy your own copy, first check with the organization
  408. that ran the conference. See part 3 of the AI FAQ for a list of many
  409. of the AI organizations that sponsor conferences.
  410.  
  411. If they can't help you, contact the Institute for Scientific Information
  412. (ISI), and look up the proceedings in their Index to Scientific and
  413. Technical Proceedings (ISTP volumes). You can contact the ISI at
  414.  
  415.    Institute for Scientific Information, Inc.
  416.    3501 Market Street
  417.    Philadelphia, PA 19104
  418.    Phone: 215-386-0100
  419.    Fax: 215-386-6362
  420.  
  421. Another source for proceedings author and subject indexes is:
  422.  
  423.    Directory of Published Proceedings. 
  424.    Series SEMT: Science/Engineering/Medicine/Technology.
  425.    Published monthly with annual cumulations by InterDok, Harrison, NY. 
  426.    ISSN 0012-3293.
  427.  
  428. ----------------------------------------------------------------
  429. Subject: [1c] How do I get a copy of <x>'s PhD dissertation?
  430.  
  431. Most dissertations from US universities are available from 
  432.  
  433. University Microfilms International, Inc.
  434. 300 North Zeeb Road
  435. Ann Arbor, MI 48106
  436. Phone: 800-521-0600 (313-761-4700)
  437.        800-343-5299 (in Canada)
  438.  
  439. They will print a copy of the dissertation from microfilm and bind it
  440. in paperbound or cloth for a reasonable fee.
  441.  
  442. ----------------------------------------------------------------
  443. Subject: [2] Search
  444.  
  445. [See also the Barr and Feigenbaum's Handbook of AI, chapter 1;
  446. Nilsson's Principles of AI, sections 2.4.1 through 2.4.4 (A*),
  447. sections 3.1 and 3.2 (AND/OR trees and AO*); the Mackworth paper
  448. in Readings in Artificial Intelligence; and R. Korf, "Search: A survey
  449. of recent results" in Shrobe's Exploring Artificial Intelligence,
  450. pages 197-237, August 1990.]
  451.  
  452.    Pearl, J. and Korf, R. E., "Search techniques", Annual Review of
  453.    Computer Science, volume 2, J.F. Traub, B.J. Grosz, B.W. Lampson and
  454.    N.J. Nilsson, editors, pages 451-467, Annual Reviews Inc., Palo
  455.    Alto, CA, 1987. 
  456.  
  457.    L. Kanal and V. Kumar, "Search in Artificial Intelligence",
  458.    Springer-Verlag, 1988.
  459.  
  460.    Hans J. Berliner, "The B* Tree Search Algorithm: A Best-First Proof
  461.    Procedure", Artificial Intelligence, 12(1):23-40, May 1979. Also 
  462.    appears in "Readings in Artificial Intelligence".
  463.  
  464.    Pearl, J., "Heuristics: Intelligent Search Strategies for Computer
  465.    Problem Solving", Addison-Wesley, 1984.
  466.  
  467.    Kirkpatrick, S. Gelatt, CD, and Vecchi, MP, "Optimization by Simulated
  468.    Annealing", Science 220(4589):671-680, 1983.
  469.  
  470.    Hermann Kaindl, "Minimaxing: Theory and Practice", AI Magazine,
  471.    9(3):69-76, Fall 1988.
  472.  
  473.    Chris Thornton & Benedict du Boulay, "Artificial Intelligence
  474.    Through Search" Kluwer Academic (Paperback version Intellect Books),
  475.    Dordrecht Netherlands & Norwell, MA USA (Intellect at Oxford), 1992
  476.  
  477. Game Playing:
  478.  
  479.    David Levy, "Computer Gamesmanship: Elements of Intelligent Game
  480.    Design", Simon & Schuster, ISBN 0-671-49532-1.
  481.  
  482.    David Levy, editor, "Computer Chess Compendium", 1991.
  483.  
  484.    Elwyn R. Berlekamp, John H. Conway and Richard K. Guy, "Winning Ways,
  485.    for Your Mathematical Plays", Academic Press, New York, 1982. Volume
  486.    1: Games in General (ISBN 0-12-091101-9). Volume 2: Games in
  487.    Particular (ISBN 01-12-091102-7).
  488.  
  489.    Richard E. Korf, "Learning to solve problems by searching for
  490.    macro-operators", Pitman, Boston, 1985. 147 pages, ISBN 0-273-08690-1.
  491.       [Solution to Rubik's Cube, among other problems. This book is a
  492.       revision of Korf's PhD thesis at CMU.]
  493.  
  494. ----------------------------------------------------------------
  495. Subject: [3] Knowledge Representation
  496.  
  497. [Several papers in "Readings in Artificial Intelligence" are relevant,
  498. including S. Amarel "On Representations of Problems on Reasoning about
  499. Actions" and P.J. Hayes "The Frame Problem and Related Problems in AI".]
  500.  
  501. Overviews/Surveys:
  502.  
  503.    Hector J. Levesque, "Knowledge Representation and Reasoning",
  504.    Annual Review of Computer Science 1:255-287, 1986.
  505.  
  506.    Ronald J. Brachman, "The Future of Knowledge Representation", in
  507.    Proceedings of the Eighth National Conference on Artificial
  508.    Intelligence, 1990. 
  509.  
  510. Paper Collections:
  511.  
  512.    Ronald J. Brachman, Hector J. Levesque, and Raymond Reiter, editors,
  513.    "Knowledge Representation", MIT Press, 1992, 416 pages.  
  514.    ISBN 0-262-52168-7, $30.
  515.      
  516.    Nick Cercone and Gordon McCalla, editors, "The Knowledge Frontier:
  517.    Essays in the Representation of Knowledge", Springer-Verlag, New York,
  518.    1987. 512 pages, $40.00, ISBN 0-38796-557-2. (This is the much
  519.    revised version of a special issue of COMPUTER on KR.)
  520.  
  521.    Brachman, Ronald J., Levesque, Hector J. and Reiter, Ray, editors, 
  522.    Special Volume on Knowledge Representation, Artificial Intelligence
  523.    49(1-3), January, 1991. 
  524.  
  525.    Brachman, Ronald J. and Levesque, Hector J., editors,
  526.    "Readings in Knowledge Representation", Morgan Kaufmann
  527.    Publishers, 1985. 
  528.  
  529.    See also the proceedings of the International Conference on Principles
  530.    of Knowledge Representation and Reasoning, (KR-89, KR-91, KR-92, and
  531.    KR-94), all of which were published by Morgan Kaufmann.
  532.  
  533. Papers: 
  534.  
  535.    Ronald J. Brachman and James G. Schmolze, "An overview of the
  536.    KL-ONE knowledge representation system", Cognitive Science,
  537.    9:171-216, 1985.
  538.  
  539.    Allen Newell, "The Knowledge Level", Artificial Intelligence,
  540.    18:87-127, 1982. 
  541.  
  542.    Allen Newell and Herb Simon, "Computer Science as Empirical
  543.    Enquiry: Symbols and Search", Communications of the ACM,
  544.    19(3):113-126, 1976.
  545.  
  546.    Ronald J. Brachman, " ``I lied about the trees'', or, defaults and
  547.    definitions in knowledge representation", AI Magazine 6(3):80-93, 1985.
  548.  
  549.    Bernhard Nebel and Gert Smolka, "Attributive Description Formalisms
  550.    ... and the Rest of the World", in Otthein Herzog and Claus-Rainer
  551.    Rollinger, editors, Text Understanding in LILOG, Springer Verlag,
  552.    Lecture Notes in Artificial Intelligence #546, pages 439-452, 1991.
  553.    [Theoretical results in the area of description logics.]
  554.  
  555.    James G. Schmolze and William A. Woods, "The KL-ONE Family", in 
  556.    F. Lehmann, editor, Semantic Networks in Artificial Intelligence, 
  557.    Pergamon Press, 1992. [History of description logics (KL-ONE style
  558.    systems).] 
  559.  
  560.    W.A. Woods, "What's in a link: Foundations for semantic networks", In
  561.    D.G.  Bobrow & A. Collins (Eds.), "Representation and Understanding",
  562.    Academic Press, New York, 1975.  Reprinted in "Readings in Cognitive
  563.    Science", Collins & Smith (eds.), section 2.2.
  564.  
  565. Semantic Networks:
  566.  
  567.    Fritz Lehmann, Editor, "Semantic Networks in Artificial Intelligence", 
  568.    Pergamon Press, Oxford, 1992. (Appeared as a double special issue
  569.    of Computers and Mathematics with Applications 23(2-9), 1992.)
  570.  
  571.    John Sowa, Editor, "Principles of Semantic Networks", Morgan Kaufmann,
  572.    San Mateo, CA, 1991.
  573.  
  574. ----------------------------------------------------------------
  575. Subject: [4] Logic
  576.  
  577. Logic in AI:
  578.  
  579.    Genesereth, M.R. and Nilsson, N.J., "Logical Foundations of Artificial
  580.    Intelligence", Morgan Kaufmann Publishers, Los Altos, CA, 1987.
  581.  
  582. Constraint Logic Programming:
  583.  
  584.    Pascal Van Hentenryck, "Constraint Satisfaction in Logic Programming",
  585.    MIT Press, Cambridge, MA, 1989, ISBN 0-262-08181-4.
  586.  
  587. ----------------------------------------------------------------
  588. Subject: [6]  Natural Language Processing (NLP)
  589.  
  590. General:
  591.  
  592.    Gazdar, G. and Mellish, C., "Natural Language Processing in Lisp:
  593.    An Introduction to Computational Linguistics", Addison-Wesley,
  594.    Reading, Massachusetts, 1989. (There are three different editions
  595.    of the book, one for Lisp, one for Prolog, and one for Pop-11.)
  596.  
  597.    Michael A. Covington, "Natural Language Processing for Prolog
  598.    Programmers", Prentice-Hall, Englewood Cliffs, NJ, 1994. ISBN
  599.    0-13-629213-5.
  600.  
  601.    Grosz, Barbara J., Sparck-Jones, Karen, and Webber, Bonnie L.,
  602.    "Readings in Natural Language Processing", Morgan Kaufmann
  603.    Publishers, Los Altos, CA, 1986, 664 pages. ISBN 0-934613-11-7, $44.95.
  604.  
  605.    Robert C. Berwick, "Computational Linguistics", MIT Press, 
  606.    Cambridge, MA, 1989, ISBN 0262-02266-4.
  607.  
  608.    Brady, Michael, and Berwick, Robert C., "Computational Models
  609.    of Discourse", MIT Press, Cambridge, MA, 1983.
  610.  
  611.    Klaus K. Obermeier, "Natural Language Processing Technologies
  612.    in Artificial Intelligence: The Science and Industry Perspective",
  613.    John Wiley & Sons, New York, 1989.
  614.  
  615.    Allen, James F., "Natural Language Understanding", The
  616.    Benjamin/Cummings Publishing Company, Menlo Park, California,
  617.    (Addison-Wesley Publishing Company, Reading, Massachusetts),
  618.    1988, 550 pages, ISBN 0-8053-0330-8. [A new edition is forthcoming,
  619.    ISBN 0-8053-0334-0, 625 pages.]
  620.    Code for the book is available from
  621.       bc.aw.com:/bc/allen/
  622.       ftp.cs.rochester.edu:/pub/james/NLcode/
  623.       ftp.cs.cmu.edu:/user/ai/areas/nlp/bookcode/allen/
  624.  
  625.    Terry Winograd, "Language as a Cognitive Process", Addison-Wesley,
  626.    Reading, MA, 1983.
  627.  
  628.    Schank, R. and Abelson, R.  "Scripts, Plans, Goals, and Understanding,"
  629.    Lawrence Erlbaum Associates, Hillsdale, New Jersey, 1977.
  630.  
  631. Terminology:
  632.  
  633.    David Crystal, "A Dictionary of Linguistics and Phonetics", 3rd Edition,
  634.    Basil Blackwell Publishers, New York, 1991.
  635.  
  636. Parsing:
  637.  
  638.    Tomita, M. (Editor), "Current Issues in Parsing Technology", 
  639.    Kluwer Academic Publishers, Norwell, MA, 1991.
  640.  
  641.    Tomita, M., "An Efficient Context-Free Parsing Algorithm",
  642.    Computational Linguistics 13:31-46, 1987.
  643.  
  644.    Marcus, M.  "A Theory of Syntactic Recognition for Natural Language,"
  645.    The MIT Press, Cambridge, MA, 1980.
  646.  
  647.    Pereira, F. and Sheiber, S.  "Prolog and Natural-Language Analysis,"
  648.    Center for the Study of Language and Information, 1987.
  649.  
  650.    Dick Grune and Ceriel J.H. Jacobs, "Parsing Techniques -- A Practical
  651.    Guide", Ellis Horwood, Chichester, England, 1990. 
  652.    320 pages, ISBN 0-13-651431-6. [Covers most parsing algorithms and
  653.    includes an extensive annotated bibliography.]
  654.    For more information, see http://www.cs.vu.nl/~dick/PTAPG.html or
  655.    ftp://ftp.cs.vu.nl/pub/dick/PTAPG/
  656.  
  657. Probabilistic Parsing:
  658.  
  659.    Wright, J., "LR Parsing of Probabilistic Grammars with Input
  660.    Uncertainty for Speech Recognition", Computer Speech and Language
  661.    4:297-323, 1990. 
  662.  
  663.    Ted Briscoe and John Carroll, "Generalised Probabilistic LR Parsing of
  664.    Natural Language (Corpora) with Unification-based Grammars",
  665.    University of Cambridge Computer Laboratory, Technical Report Number
  666.    224, 1991.
  667.  
  668.    Zhi Biao Wu, Loke Soo Hsu, and Chew Lim Tan, "A Survey of Statistical
  669.    Approaches to Natural Language Processing", Technical report TRA4/92,
  670.    Department of Information Systems and Computer Science, National
  671.    University of Singapore, 1992
  672.  
  673. Natural Language Understanding:
  674.  
  675.    E. Charniak, "Passing Markers: A Theory of Contextual Influence in
  676.    Language Comprehension", Cognitive Science, 7:171-190, 1983.
  677.  
  678.    Bertram C. Bruce, "Case systems for natural language", Artificial
  679.    Intelligence 6:327-360, 1975.
  680.  
  681.    Yorick Wilks, "A Preferential, Pattern-Seeking, Semantics For
  682.    Natural Language Inference", Artificial Intelligence, 6:53-74, 1975.
  683.  
  684.    Dyer, M.  "In-Depth Understanding:  A Computer Model of Integrated
  685.    Processing for Narrative Comprehension,"  MIT Press, Cambridge, MA, 1983.
  686.  
  687.    Aravind Joshi, Bonnie Webber and Ivan Sag, "Elements of Discourse
  688.    Understanding", Cambridge University Press, New York, 1981.
  689.  
  690.    Grosz, Barbara J. and Sidner, Candace L., "Attention, Intention, and
  691.    the Structure of Discourse", Computational Linguistics 12(3):175-204, 1986.
  692.  
  693.    Cohen, P. R., Morgan, J. and Pollack, M., editors, "Intentions in
  694.    Communication", MIT Press, Cambridge, MA, 1990.
  695.  
  696. Natural Language Interfaces:
  697.  
  698.    Raymond C. Perrault and Barbara J. Grosz, "Natural Language
  699.    Interfaces", Annual Review of Computer Science, volume 1, J.F. Traub,
  700.    editor, pages 435-452, Annual Reviews Inc., Palo Alto, CA, 1986.
  701.  
  702. Natural Language Generation:
  703.  
  704.    McKeown, Kathleen R. and Swartout, William R., "Language
  705.    Generation and Explanation", in Zock, M. and Sabah, G.,
  706.    editors, Advances in Natural Language Generation, Volume 1, Pages
  707.    1-51, Ablex Publishing Company, Norwood, NJ, 1988. (Overview of
  708.    the state of the art in natural language generation.)
  709.  
  710.    There are several books published as a result of the international
  711.    workshops on natural language generation.
  712.  
  713. Speech:
  714.  
  715.    John Allen, Sharon Hunnicut and Dennis H. Klatt, "From Text to Speech:
  716.    The MITalk System", Cambridge University Press, 1987. [Synthesis,
  717.    precursor of DECtalk.]
  718.  
  719.    Frank Fallside and William A. Woods (editors), "Computer Speech Processing"
  720.    Prentice Hall, Englewood Cliffs, NJ, 1985. 
  721.  
  722.    X. D. Huang, Y. Ariki and M. A. Jack, "Hidden Markov Models for Speech
  723.    Recognition", Edinburgh University Press, 1990. [Analysis]
  724.  
  725.    A. Nejat Ince (editor), "Digital Speech Processing: Speech Coding,
  726.    Synthesis, and Recognition", Kluwer Academic Publishers, Boston,
  727.    1992. [Analysis and Synthesis]
  728.  
  729.    Dennis H. Klatt, "Review of Text-To-Speech Conversion for English",
  730.    Journal of the Acoustic Society of America (JASA), 82(3):737-793,
  731.    September 1987. [Synthesis. Seminal article; biased toward formant
  732.    synthesis.] 
  733.  
  734.    Kai-Fu Lee, "Automatic Speech Recognition: The Development of the
  735.    SPHINX System", Kluwer Academic Publishers, Boston, MA, 1989. [Analysis]
  736.  
  737.    S. E. Levinson, L. R. Rabiner and M. M. Sondhi, "An Introduction to the
  738.    Application of the Theory of Probabilistic Functions of a Markov Process
  739.    to Automatic Speech Recognition" in Bell Syst. Tech. Journal
  740.    62(4):1035-1074, April 1983.  [Analysis]
  741.  
  742.    R. P. Lippmann, "Review of Neural Networks for Speech Recognition", 
  743.    Neural Computation, 1(1):1-38, 1989. [Analysis]
  744.  
  745.    Douglas O'Shaughnessy, "Speech Communication: Human and Machine"
  746.    Addison-Wesley, MA, 1987. [Analysis and Synthesis]
  747.  
  748.    Lawrence R. Rabiner and Ronald W. Schafer, "Digital Processing of
  749.    Speech Signals", Prentice Hall, Englewood Cliffs, NJ, 1978.
  750.    [Analysis and Synthesis]
  751.  
  752.    Lawrence R. Rabiner and Biing-Hwang Juang, "Fundamentals of Speech
  753.    Recognition", Prentice Hall, Englewood Cliffs, NJ, 1993.
  754.    ISBN 0-13-015157-2. [Analysis]
  755.  
  756.    Ronald W. Schafer and John D. Markel (editors), "Speech Analysis",
  757.    IEEE Press, New York, 1979. [Analysis]
  758.  
  759.    Alex Waibel and Kai-Fu Lee (editors), "Readings in Speech Recognition"
  760.    Morgan Kaufmann Publishers, San Mateo, CA, 1990, 680 pages. 
  761.    ISBN 1-55860-124-4, $49.95. [Analysis]
  762.  
  763.    Alex Waibel, "Prosody and Speech Recognition", Morgan Kaufmann
  764.    Publishers, San Mateo, CA, 1988. [Analysis]
  765.  
  766. Machine Translation:
  767.  
  768.    W. John Hutchins and Harold L. Somers, "An Introduction to Machine
  769.    Translation", Academic Press, San Diego, 1992. 362 pages, ISBN
  770.    0-123-62830-X.
  771.  
  772.    Bonnie J. Dorr, "Machine Translation: A View from the Lexicon" MIT
  773.    Press, Cambridge, MA 1993. 408 pages, ISBN 0-262-04138-3 ($45).
  774.  
  775.    Kenneth Goodman and Sergei Nirenburg., editors, "The KBMT Project: A
  776.    Case Study in Knowledge-Based Machine Translation", Morgan Kaufmann
  777.    Publishers, San Mateo, CA, 1991. 331 pages, ISBN 1-558-60129-5, $34.95.
  778.  
  779.    The journal "Machine Translation" is the principle forum for
  780.    current research.
  781.  
  782.    A review of MT systems on the market appeared in BYTE 18(1), January 1993.
  783.  
  784. Reversible Grammars:
  785.  
  786.    Gertjan van Noord, "Reversible Unification Based Machine
  787.    Translation", COLING-90, pages 299-304, 1990.
  788.  
  789.    Tomek Strzalkowski, "Reversible logic grammars for natural language
  790.    parsing and generation", Computational Intelligence 6(3):145-171,
  791.    August 1990.
  792.  
  793.    Tomek Strzalkowski, editor, "Reversible Grammar in Natural Language
  794.    Processing", Kluwer Academic Publishers, 1993.
  795.  
  796.    Proceedings of the ACL Workshop on Reversible Grammar in Natural
  797.    Language Processing, UC Berkeley, 1991. (See especially Remi
  798.    Zajac's paper.)
  799.  
  800. Linguistics:
  801.  
  802.    Vivian J. Cook, "Chomsky's Universal Grammar: An Introduction", Basil
  803.    Blackwell Publisher, New York, 1988, 201 pages.
  804.  
  805.    Victoria Fromkin and Robert Rodman, "An Introduction to Language",
  806.    Holt, Rinehart, and Winston, New York, 4th edition, 1988, 474 pages.
  807.  
  808.    Ralph Grishman, "Computational Linguistics: An Introduction",
  809.    Cambridge University Press, New York, 1986, 193 pages.
  810.  
  811.    Liliane M.V. Haegeman, "Introduction to Government and Binding
  812.    Theory", Basil Blackwell Publishers, Oxford, 1991, 618 pages.
  813.  
  814.    Michael A. K. Halliday, "An Introduction to Functional Grammar",
  815.    Edward Arnold, London, 1985.
  816.  
  817.    Geoffrey C. Horrocks, "Generative Grammar", Longman, London, 1987,
  818.    339 pages. 
  819.  
  820.    Andrew Radford, "Transformational Grammar: A First Course", Cambridge
  821.    University Press, New York, 1988, 625 pages.
  822.  
  823. ----------------------------------------------------------------
  824. Subject: [5]  Planning
  825.  
  826. Intros, Overviews, Paper Collections:
  827.  
  828.    James Allen, James Hendler and Austin Tate, editors,
  829.    "Readings in Planning", Morgan-Kaufmann Publishers, 1990. 754 pages,
  830.    ISBN 1-55860-130-9 paper ($49.95).
  831.  
  832.    James Hendler, Austin Tate and Mark Drummond, "AI Planning: 
  833.    Systems and Techniques", AI Magazine, May, 1990. (Review article.)
  834.  
  835.    Georgeff, M. P., "Planning," in Annual Review of Computer Science,
  836.    Annual Reviews Inc., pages 359-400, 1987.
  837.  
  838.    Drew McDermott, "Robot Planning", AI Magazine 13(2):55-79, Summer 1992. 
  839.  
  840.    William R. Swartout, "DARPA Workshop on Planning", AI Magazine,
  841.    9(2):115-131, Summer, 1988. (Survey of current work and issues in
  842.    planning.) 
  843.  
  844.    [See also Waldinger's "Achieving several goals simultaneously", in
  845.     "Readings in Artificial Intelligence".]
  846.  
  847. STRIPS:
  848.  
  849.    Fikes, R.E. and Nilsson, N.J., "STRIPS: A new approach to the
  850.    application of theorem proving to problem solving", Artificial
  851.    Intelligence 2:189-208, 1971. 
  852.  
  853. ABSTRIPS:
  854.  
  855.    Sacerdoti, E. D., "Planning in a Hierarchy of Abstraction Spaces,"
  856.    Artificial Intelligence, 5:115-135, 1974.
  857.  
  858. Conjunctive Goals:
  859.  
  860.    Chapman, D., "Planning for Conjunctive Goals", Artificial Intelligence
  861.    32:333-377, 1987.
  862.  
  863. NOAH:
  864.  
  865.    Sacerdoti, E., "A Structure for Plans and Behavior", Artificial
  866.    Intelligence, pages 1-65, American Elsevier, New York, 1977.
  867.  
  868.    Sacerdoti, E. D., "The Nonlinear Nature of Plans," Proc. of the Fourth
  869.    Joint Conf. on Artificial Intelligence, Morgan Kaufmann, 1975, 206-214.
  870.  
  871. Reactive Planning:
  872.  
  873.    Agre P.E. and Chapman, D., "Pengi: An Implementation of a Theory of
  874.    Activity", in Proceedings of the Sixth National Conference on
  875.    Artificial Intelligence, Seattle, WA, July 1987.
  876.  
  877.    Georgeoff, M.P. and Lansky, A.L., "Reactive Reasoning and
  878.    Planning", in Proceedings of the Sixth National Conference on
  879.    Artificial Intelligence, Seattle, WA, pages 677-682, July 1987.
  880.  
  881.    Simmons, R.G., "A theory of debugging plans and interpretations", in
  882.    Proceedings of the Seventh National Conference on Artificial
  883.    Intelligence (AAAI-88), Morgan Kaufmann Publishers, Palo Alto,
  884.    CA, pages 94-99, 1988. 
  885.  
  886. Case-based Planning:
  887.  
  888.    Hammond, K., "Case-based Planning: Viewing Planning as a Memory Task",
  889.    Academic Press, Cambridge, MA, 1989.
  890.  
  891. Miscellaneous:
  892.  
  893.    Thomas Dean and Michael Wellman, "Planning and Control", Morgan
  894.    Kaufmann Publishers, 1991, 486 pages, ISBN 1-55860-209-7, $49.95.
  895.  
  896.    Stefik, M.J., "Planning with Constraints", Artificial Intelligence
  897.    15:111-140 and 16:141-170, 1981.
  898.  
  899.    Wilkins, D.E., "Domain-Independent Planning: Representation and Plan
  900.    Generation", Artificial Intelligence 22:269-301, 1984.
  901.  
  902.    R. Wilensky, "Meta-Planning: Representing and Using Knowledge About
  903.    Planning in Problem Solving and Natural Language Understanding",
  904.    Cognitive Science 5:197-233, 1981.  Reprinted in Readings in Cognitive
  905.    Science, Collins & Smith (eds.), section 5.6.
  906.  
  907.    Thomas Dean and R. James Firby and David Miller, "Hierarchical
  908.    Planning Involving Deadlines, Travel Time, and Resources", Computing
  909.    Intelligence 4:381-398, 1988.
  910.  
  911.    R.S. Aylett and A.N. Fish and S.R. Bartrum, "Task planning in an
  912.    uncertain world", International Conference on Control 2:801-806, 1991.
  913.  
  914. ----------------------------------------------------------------
  915. Subject: [7]  Connectionism and Neural Nets
  916.  
  917. Introductions and Overviews:
  918.  
  919.    Geoffrey E. Hinton, "Connectionist Learning Procedures",
  920.    Artificial Intelligence 40(1-3):185-234, 1989.  Reprinted in
  921.    J. Carbonell, editor, "Machine Learning: Paradigms and Methods",
  922.    MIT Press, 1990.  Also appears as Technical Report CMU-CS-87-115
  923.    (version 2), Carnegie Mellon University, Pittsburgh, PA, December 1987.
  924.  
  925.    Kevin Knight, "A gentle introduction to subsymbolic
  926.    computation: Connectionism for the AI researcher". Technical Report
  927.    CMU-CS-89-150, Carnegie Mellon University, School of Computer Science,
  928.    Pittsburgh, PA, May 30, 1989.
  929.  
  930.    Scott Fahlman and Geoffrey Hinton, "Connectionist Architectures for
  931.    Artificial Intelligence", IEEE Computer 20(1):100-109, January 1987.
  932.  
  933.    John Hertz, Anders Krogh, and Richard G. Palmer, "Introduction to
  934.    the Theory of Neural Computation", Addison-Wesley, 1991. 327 pages,
  935.    ISBN 0-201-51560-1. 
  936.  
  937.    Hecht-Nielsen, Robert, "Neurocomputing", Addison-Wesley, 1990, 433 pages.
  938.    ISBN 0-201-09355-3.
  939.  
  940.    Wasserman, Phillip D., "Neural Computing: Theory and Practice", 
  941.    Van Nostrand Reinhold, New York, 1989.
  942.  
  943.    Freeman, James A., and Skapura, David M., "Neural Networks:
  944.    Algorithms, Applications and Programming Techniques", Addison Wesley,
  945.    Reading, MA, 1991. 401 pages, ISBN 0-201-51376-5.
  946.  
  947.    Judith Dayhoff, "Neural Network Architectures: An Introduction", Van
  948.    Nostrand Reinhold, New York, 1990, 259 pages, ISBN 0-442-20744-1.
  949.  
  950. Shorter Intros:
  951.  
  952.    Geoffrey E. Hinton, "How neural networks learn from experience",
  953.    Scientific American 267(3):144-151, 1992.
  954.  
  955.    Kevin Knight, "Connectionist ideas and algorithms", CACM 33:59-74, 1990.
  956.  
  957. Surveys:
  958.  
  959.    Ottmar Lutzy and Andreas Dengel <dengel@dfki.uni-kl.de>, "A Comparison
  960.    of Neural Net Simulators" IEEE Expert 8(4), August 1993.
  961.     [Comparison of free neural network simulators on a
  962.      backpropagation OCR task.] 
  963.  
  964. Recipes:
  965.  
  966.    Timothy Masters, "Practical Neural Network Recipes in C++",
  967.    Academic Press, 1993. 493 pages, ISBN 0-12-479040-2 ($44.95).
  968.  
  969.    Timothy Masters, "Signal and Image Processing with Neural
  970.    Networks: A C++ Sourcebook", Wiley, 1994. $44.95 including diskette.
  971.  
  972. Paper Collections:
  973.  
  974.    Rumelhart, D.E, and McClelland, J.L., editors, "Parallel Distributed
  975.    Processing: Explorations in the Microstructure of Cognition" (Vol. 1:
  976.    Foundations; Vol. 2: Psychological and Biological Models),  Cambridge,
  977.    MA: MIT Press, 1986. 
  978.  
  979.    Waltz, D., and Feldman, J.A., "Connectionist Models and their Implications:
  980.    Readings from _Cognitive Science_", Ablex, 1988.
  981.  
  982.    Mark Watson, "Common Lisp Modules -- Artificial Intelligence in the
  983.    Era of Neural Networks and Chaos Theory", Springer-Verlag, 1991.
  984.    Includes code written in Macintosh Common Lisp and uses the Mac
  985.    graphical interface (the modules are portable to other Common Lisp
  986.    implementations, but without the graphics).
  987.  
  988.    Anderson, J.A., and Rosenfeld, E., editors, "Neurocomputing: Foundations
  989.    of Research", Cambridge MA: MIT Press, 1988.  Also "Neurocomputing
  990.    Vol. 2: Directions for Research", Cambridge MA: MIT Press, 1991.
  991.  
  992.    Hinton, G.E., and Anderson, J.A., editors, "Parallel Models of
  993.    Associative Memory" (updated edition), Lawrence Erlbaum Associates, 1989.
  994.  
  995.    Hinton, G.E., editor, "Connectionist Symbol Processing", MIT Press, 1990.
  996.    [Was a special issue of Artificial Intelligence, vol. 46, nos. 1-2.]
  997.  
  998.    Touretzky, D.S., editor, "Neural Information Processing Systems", volumes
  999.    1-4 (1988-1991), Morgan Kaufmann.  [Proceedings from the premier
  1000.    conference on neural networks.]
  1001.  
  1002. Connectionist Language Processing:
  1003.  
  1004.    See the special issue of _Connection Science_, Volume 2 Numbers 1-2, 1990.
  1005.    Also the Hinton collection "Connectionist Symbol Processing", above.
  1006.  
  1007.    Ronan G. Reilly and Noel E. Sharkey, editors, "Connectionist
  1008.    approaches to natural language processing", Lawrence Erlbaum
  1009.    Associates, 1992.  472 pages, ISBN 0-863-77179-3. [Paper collection.]
  1010.  
  1011. Connectionist Cognitive Science:
  1012.  
  1013.    Barnden, J.A., and Pollack, J.B., "Advances in Connectionist and Neural
  1014.    Computation Theory Vol. 1: High-Level Connectionist Models", Ablex, 1991.
  1015.  
  1016.    Quinlan, P., "Connectionism and Psychology: A Psychological Perspective on
  1017.    New Connectionist Research", University of Chicago Press, 1991.
  1018.  
  1019.    Waltz, D., and Feldman, J.A., editors, "Connectionist Models and their
  1020.    Implications: Readings from _Cognitive Science_", Ablex, 1988.
  1021.  
  1022.    McCloskey, M., "Networks and theories: The place of connectionism in
  1023.    cognitive science", Psychological Science 2:387-395, 1991.
  1024.  
  1025. Philosophical Foundations:
  1026.  
  1027.    Pinker, S., and Mehler, J, editors, "Connections and Symbols", MIT Press,
  1028.    1988.  [Was Cognition special issue Volume 28, 1988]
  1029.  
  1030.    Clark, A., "Microcognition: Philosophy, Cognitive Science, and Parallel
  1031.    Distributed Processing", MIT Press, 1989.
  1032.  
  1033. Simulated Annealing:
  1034.  
  1035.    Emile H.L. Aarts and Jan Korst, "Simulated Annealing and Boltzmann
  1036.    Machines" John Wiley & Sons, New York, 1989. 272 pages. $52.00. 
  1037.    ISBN 0-471921-467. 
  1038.  
  1039. ----------------------------------------------------------------
  1040. Subject: [8]  Machine Learning
  1041.  
  1042. General:
  1043.  
  1044.    J. G. Carbonell, editor, "Machine Learning: Paradigms and Methods", MIT
  1045.    Press, Cambridge, MA 1990.
  1046.  
  1047.    Jude W. Shavlik and Thomas D. Dietterich, editors, "Readings in
  1048.    Machine Learning", Morgan Kaufmann Publishers, 1990, 853 pages.
  1049.    ISBN 1-55860-143-0, $49.95.
  1050.  
  1051.    Tom Mitchell, Jaime G. Carbonell, and Ryszard S. Michalski,
  1052.    "Machine Learning: A guide to current research", Kluwer Academic
  1053.    Publishers, Boston, 1986. [A bit out of date.]
  1054.  
  1055.    Alan Hutchinson, "Algorithmic Learning", Oxford University Press,
  1056.    Oxford, England, 1994. 434 pages, ISBN 0-19-853848-0 paper (27.50
  1057.    Sterling), ISBN 0-19-853766-2 hardcover (55.00 Sterling). Corrections and
  1058.    additions are available by anonymous ftp from 
  1059.       dcs.kcl.ac.uk:/ftp/pub/alg-learn/ [137.73.8.10]
  1060.  
  1061.    [See also the article on Machine Learning from the Encyclopedia of
  1062.     Artificial Intelligence, pages 464-485.]
  1063.  
  1064. Decision Trees:
  1065.  
  1066.    Quinlan, J. Ross, "Induction of Decision Trees", Machine Learning
  1067.    1(1):81-106, 1986.  
  1068.  
  1069.    Quinlan, J. Ross, "C4.5: Programs for Machine Learning", Morgan Kaufmann
  1070.    Publishers, 1992. ISBN 1-55860-238-0. $44.95 US, $49.45 International.
  1071.    For a slight additional charge ($25), the book comes with software (ISBN
  1072.    1-55860-240-2). For software only, (ISBN 1-55860-239-9) $34.95 US,
  1073.    $38.45 International.
  1074.  
  1075. Probabilistic Clustering:
  1076.  
  1077.    Fisher, D.H., "Knowledge Acquisition Via Incremental Conceptual
  1078.    Clustering", Machine Learning 2:139-172, 1987. (Probabilistic
  1079.    clustering methods.) 
  1080.  
  1081.    Clancey, W.J., "Classification Problem Solving", Proceedings of the
  1082.    National Conference on Artificial Intelligence, 49-55, Los Altos, CA,
  1083.    Morgan Kaufmann. 1984.
  1084.  
  1085. Version Spaces:
  1086.  
  1087.    Tom M. Mitchell, "Generalization as Search", Artificial Intelligence
  1088.    18:203-226, 1982.
  1089.  
  1090. Machine Discovery:
  1091.  
  1092.    Langley, P., and Zytkow, J. M., "Data-driven approaches to empirical
  1093.    discovery", Artificial Intelligence 40:283-312, 1989.
  1094.  
  1095.    Langley, P., Simon, H.A., Bradshaw, G.L., and Zytkow, J.M.,
  1096.    "Scientific Discovery: Computational Explorations of the Creative
  1097.    Processes", MIT Press, Cambridge, MA, 1987.
  1098.  
  1099.    Langley, P., Simon, H.A. and Bradshaw, G.L., "Heuristics for
  1100.    Empirical Discovery", in L. Bolc, editor, Computational Models
  1101.    of Learning, Springer-Verlag, 1987. Also appears as CMU CS
  1102.    Tech Report CMU-CS-84-14.
  1103.  
  1104. Chunking:
  1105.  
  1106.    Laird J.E., Rosenbloom, P.S. and Newell, A., "Chunking in SOAR: The
  1107.    Anatomy of a General Learning Mechanism", Machine Learning
  1108.    1:1-46, 1986. 
  1109.  
  1110. Explanation-Based Learning:
  1111.  
  1112.    Mitchell, Tom M., Keller, R. M., and Kedar-Cabelli, S. T., 
  1113.    "Explanation-based learning: A unified view", Machine Learning
  1114.    1:47-80, 1986.
  1115.  
  1116. Derivational Analogy:
  1117.  
  1118.    Carbonell, J. G., "Derivational analogy: A theory of
  1119.    reconstructive problem solving and expertise acquisition." In R.S.
  1120.    Michalski, Jaime G. Carbonell, and Tom M. Mitchell, editors, Machine
  1121.    Learning: An Artificial Intelligence Approach, Morgan Kaufmann
  1122.    Publishers, San Mateo, CA, 1986.
  1123.  
  1124. Theoretical Results:
  1125.  
  1126.    Leslie G. Valiant, "A theory of the learnable", Communications
  1127.    of the ACM, 27(11):1134--1142, 1984. 
  1128.  
  1129.    Haussler, D., "Quantifying Inductive Bias: AI Learning
  1130.    Algorithms and Valiant's Learning Framework", Artificial Intelligence,
  1131.    36:177-221, 1988.
  1132.  
  1133. ----------------------------------------------------------------
  1134. Subject: [9]  Case-Based Reasoning
  1135.  
  1136.    Roger C. Schank, "Dynamic Memory: A Theory of Reminding and
  1137.    Learning in Computers and People", Cambridge University Press, New
  1138.    York, NY, 1982.
  1139.  
  1140.    Roger C. Schank and C. Riesbeck, "Inside Case-Based Reasoning",
  1141.    Lawrence Erlbaum Associates, Hillsdale, NJ, 1989.
  1142.  
  1143.    Roger C. Schank, A. Kass, and C. K. Riesbeck, "Inside Case-Based
  1144.    Explanation", Lawrence Erlbaum, 1994.
  1145.  
  1146.    Craig Stanfill and David Waltz, "Toward Memory-Based
  1147.    Reasoning", Communications of the ACM, 29(12):1213-1228,
  1148.    December 1986. (Memory-based reasoning.)  
  1149.  
  1150.    Janet Kolodner, "Case-Based Reasoning", Morgan Kaufmann
  1151.    Publishers, San Mateo, CA, 1993, 612 pages, ISBN 1-55860-237-2,
  1152.    $54.95. 
  1153.  
  1154.    Janet L. Kolodner, editor, "Special issue on Case-Based Reasoning",
  1155.    Machine Learning 10(3), 1993.
  1156.  
  1157.    See also the Proceedings of the AAAI Workshops on Case-Based
  1158.    Reasoning in 1993 and 1994.
  1159.  
  1160. ----------------------------------------------------------------
  1161. Subject: [10] Genetic Algorithms
  1162.  
  1163. For an extended bibliography, see the FAQ posting for comp.ai.genetic.
  1164.  
  1165. Overviews:
  1166.  
  1167.    L. B. Booker, D.E. Goldberg and J.H. Holland, "Classifier Systems and
  1168.    Genetic Algorithms", Artificial Intelligence 40(1-3):235-282,
  1169.    September 1989. 
  1170.  
  1171.    David E. Goldberg, "Genetic Algorithms in Search, Optimization, and
  1172.    Machine Learning", Addison-Wesley, Reading, MA, 1989, 412 pages.
  1173.    ISBN 0-201-15767-5.
  1174.  
  1175.    Davis, Lawrence (editor), "Handbook of Genetic Algorithms", Van
  1176.    Nostrand Reinhold, New York, 1991, ISBN 0-442-00173-8.
  1177.  
  1178.    D.B. Fogel, "An Introduction to Simulated Evolutionary Optimization",
  1179.    IEEE Transactions on Neural Networks 5(1):3-14, 1994.
  1180.       [Survey of evolutionary computation, including genetic
  1181.        algorithms, evolution strategies and evolutionary programming.]
  1182.  
  1183.    M. Srinivas and Lalit M. Patnaik, "Genetic Algorithms: A Survey",
  1184.    IEEE Computer 27(6):17-26, July 1994.
  1185.  
  1186.    Jose L. Ribeiro Filho, Philip C. Treleaven, and Cesare Alippi,
  1187.    "Genetic-Algorithm Programming Environments", IEEE Computer
  1188.    27(6):28-43, July 1994.
  1189.  
  1190.    See also the July 1992 issue of Scientific American.
  1191.  
  1192. Collections:
  1193.  
  1194.    Davis, Lawrence, editor, "Genetic Algorithms and Simulated
  1195.    Annealing", Morgan Kaufmann, 1989.
  1196.  
  1197.    Rawlins, G., editor, "Foundations of Genetic Algorithms", Morgan Kaufmann,
  1198.    1991.
  1199.  
  1200.    See also the Proceedings of the First/Second/Third/Fourth International
  1201.    Conference on Genetic Algorithms, published by Lawrence Erlbaum.
  1202.  
  1203. Miscellaneous:
  1204.  
  1205.    Holland, J.H. "Adaptation in Natural and Artificial Systems", University
  1206.    of Michigan Press, 1975.  Reprinted by MIT Press, 1992.
  1207.  
  1208.    Holland, J.H., Holyoak, K.J., Nisbett, R.E., and Thagard, P.R., "Induction:
  1209.    Processes of Inference, Learning, and Discovery", MIT Press, 1988.
  1210.  
  1211.    Michalewicz, Z., "Genetic algorithms + Data Structures = 
  1212.    Evolution Programs", Springer-Verlag, New York, 1992.
  1213.  
  1214. Genetic Programming:
  1215.  
  1216.    Koza, John R., "Genetic Programming:  On the Programming of
  1217.    Computers by Means of Natural Selection", MIT Press, 1992, 819 pages. 
  1218.    ISBN 0-262-11170-5 ($55).
  1219.  
  1220.    Koza, John R., "Genetic Programming II: Automatic Discovery of
  1221.    Reusable Subprograms", MIT Press, 1994.  746 pages, ISBN
  1222.    0-262-11189-6 ($45).
  1223.  
  1224. ----------------------------------------------------------------
  1225. Subject: [11] Production Systems, Expert Systems and Match Algorithms
  1226.  
  1227. See the Expert System Shells FAQ.
  1228.  
  1229. ----------------------------------------------------------------
  1230. Subject: [12] Integrated AI Architectures
  1231.  
  1232.    Kurt VanLehn, editor, "Architectures for Intelligence",
  1233.    Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  1234.  
  1235.    SOAR: 
  1236.    John E. Laird, Allen Newell, and Paul S. Rosenbloom, "SOAR: An
  1237.    Architecture for General Intelligence", Artificial
  1238.    Intelligence, 33(1):1-64, 1987. 
  1239.  
  1240.    Paul S. Rosenbloom, John E. Laird, and Allen Newell, editors, "The
  1241.    SOAR Papers", MIT Press, 1993. 1,510 pages in 2 volumes, 
  1242.    ISBN 0-262-68071-8 paper ($65).
  1243.  
  1244.    PRODIGY: 
  1245.    Steven Minton, Jaime G. Carbonell, Craig A. Knoblock,
  1246.    Daniel R. Kuokka, Oren Etzioni, and Yolanda Gil. 
  1247.    "Explanation-based learning: A problem solving perspective".
  1248.    Technical Report CMU-CS-89-103, Carnegie Mellon University,
  1249.    School of Computer Science, Pittsburgh, PA, 1989.
  1250.  
  1251.    THEO:
  1252.    Tom M. Mitchell, J. Allen, P. Chalasani, J. Cheng, Oren Etzioni,
  1253.    Marc Ringuette, and Jeffrey Schlimmer, "THEO: A Framework for
  1254.    Self-Improving Systems", in Kurt VanLehn, editor, Architectures for
  1255.    Intelligence, Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  1256.  
  1257.    Subsumption Architectures:
  1258.    Brooks, R., "A Robust Layered Control System for a Mobile Robot",
  1259.    IEEE Journal of Robotics and Automation, RA-2, pages 14-23, April 1986.
  1260.  
  1261. ----------------------------------------------------------------
  1262. Subject: [13] Fuzzy Logic
  1263.  
  1264. Introductions/Textbooks:
  1265.  
  1266.    Klir, George J. and Folger, Tina A., "Fuzzy Sets, Uncertainty, and
  1267.    Information", Prentice Hall, Englewood Cliffs, NJ, 1988, 355 pages. 
  1268.    ISBN 0-13-345984-5
  1269.  
  1270.    Zimmermann, Hans J., "Fuzzy Set Theory and its Applications",
  1271.    Boston, MA, Kluwer-Nijhoff Publishing, 1985. [Discusses fuzzy set
  1272.    theory but not much about fuzzy control.]
  1273.  
  1274.    Kosko, B., "Neural Networks and Fuzzy Systems", Prentice Hall,
  1275.    Englewood Cliffs, NJ, 1992.
  1276.  
  1277.    Earl Cox, "The Fuzzy Systems Handbook: A Practitioner's Guide to
  1278.    Building, Using, and Maintaining Fuzzy Systems", Academic Press,
  1279.    Boston, MA 1994. 615 pages, ISBN 0-12-194270-8 ($49.95). [Includes
  1280.    disk with ANSI C++ source code.]
  1281.  
  1282. Readings:
  1283.  
  1284.    Didier Dubois, Henri Prade, and Ronald R. Yager, editors,
  1285.    "Readings in Fuzzy Sets for Intelligent Systems", Morgan Kaufmann
  1286.    Publishers, 1993. 916 pages, ISBN 1-55860-257-7 paper ($49.95).
  1287.  
  1288.    R. Yager and L. Zadeh, editors, "An Introduction to Fuzzy Logic:
  1289.    Applications in Intelligent Systems" Kluwer, 1992. $90. [Collection of
  1290.    papers about fuzzy applications.]
  1291.  
  1292. Papers:
  1293.  
  1294.    Zadeh, L.A., "Fuzzy Sets," Information and Control, 8, 338-353, 1965.
  1295.  
  1296.    Brubaker, D.I., "Fuzzy-logic Basics: Intuitive Rules Replace
  1297.    Complex Math," EDN, June 18, 1992.
  1298.  
  1299.    Schwartz, D.G. and Klir, G.J., "Fuzzy Logic Flowers in Japan,"
  1300.    IEEE Spectrum, July 1992.
  1301.  
  1302. ----------------------------------------------------------------
  1303. Subject: [14] Artificial Life and Cellular Automata
  1304.  
  1305. The best source for information is the proceedings of the Artificial
  1306. Life conferences. The proceedings were edited by Christopher G.
  1307. Langton and published by Addison-Wesley.
  1308.  
  1309.    Langton, Chris G., editor, "Artificial Life" (Proceedings of the First 
  1310.    International Conference '87), Addison-Wesley, 1989. ISBN 0-201-09356-1.
  1311.  
  1312.    Langton, C.G., Taylor, C., Farmer, J.D., and Rasmussen, S., editors,
  1313.    "Artificial Life II", Addison-Wesley, 1991. ISBN 0-201-52751-2.
  1314.  
  1315.    Langton, C.G., editor, "Artificial Life III", Addison-Wesley, 1994.
  1316.    ISBN 0-201-62494-X. 
  1317.  
  1318. Animals to Animats Conferences:
  1319.  
  1320.    Jean-Arcady Meyer and Stewart W. Wilson, "From Animals to Animats:
  1321.    Proceedings of the First International Conference on Simulation of
  1322.    Adaptive Behavior (1990, Paris, France)", MIT Press, Cambridge, MA, 1991.
  1323.    551 pages, $55, ISBN 0-262-63138-5.
  1324.  
  1325.    Jean-Arcady Meyer, Herbert L. Roitblat, and Stewart W. Wilson,
  1326.    editors, "From Animals to Animats: Proceedings of the Second
  1327.    International Conference on Simulation of Adaptive Behavior", MIT
  1328.    Press, Cambridge, MA, 1993. 523 pages, $55, ISBN 0-262-63149-0.
  1329.  
  1330.    Francisco J. Varela and Paul Bourgine, editors, "Toward a Practice of
  1331.    Autonomous Systems: Proceedings of the First European Conference on
  1332.    Artificial Life", Complex Adaptive Systems Series, MIT Press,
  1333.    Cambridge, MA, 1992. 515 pages, $55.00, ISBN 0-262-72019-1.
  1334.  
  1335. Artificial Life:
  1336.  
  1337.    Levy, S., "Artificial Life", Pantheon, New York, 1992. ISBN 0-679-40774-X.
  1338.    [An excellent popularization] 
  1339.  
  1340.    Przemyslaw Prusinkiewicz and Aristid Lindenmayer, "The Algorithmic
  1341.    Beauty of Plants", Springer-Verlag, 1990. 228 pages, ISBN
  1342.    0-387-97297-8 hardcover ($40).
  1343.  
  1344. Cellular Automata:
  1345.  
  1346.    Forrest, S., editor, "Emergent Computation", MIT Press, 1991.
  1347.  
  1348.    J. D. Farmer, T. Toffoli, and S. Wolfram, "Cellular Automata",
  1349.    North-Holland, Amsterdam, 1984.
  1350.  
  1351.    Howard Gutowitz, "Cellular Automata: Theory and Experiment",
  1352.    MIT Press, Cambridge, MA 1991. ISBN 0-262-57086-6.
  1353.  
  1354.    Tommaso Toffoli and Norman Margolus, "Cellular Automata Machines:
  1355.    A New Environment for Modeling", MIT Press, 1987.
  1356.  
  1357.    Andrew Wuensche and Mike Lesser, "The Global Dynamics of Cellular
  1358.    Automata", Addison-Wesley, 1992.  IBSN 0-201-55740-1.
  1359.  
  1360. ----------------------------------------------------------------
  1361. Subject: [15]  Qualitative Physics and Model Based Reasoning
  1362.  
  1363. QP Theory: 
  1364.    Forbus, K. D., Qualitative Process Theory, Artificial Intelligence,
  1365.    24:85-168, 1984.
  1366.  
  1367. QSIM:
  1368.    Kuipers, B., Qualitative Reasoning with Causal Models in 
  1369.    Diagnosis of Complex Systems, In D. S. Weld & J. deKleer, editors,
  1370.    Readings in Qualitative Reasoning about Physical Systems, 
  1371.    pages 257-274, chapter 10, Morgan Kaufmann Publishers, 1989.
  1372.  
  1373. MBR-based Diagnosis:
  1374.    Davis, R., Diagnostic Reasoning Based on Structure and Behavior,
  1375.    Artificial Intelligence, 24:347-410, 1984.
  1376.  
  1377. Function-based MBR:
  1378.    Sticklen, J., Chandrasekaran, B., & Bond, W. 
  1379.    Distributed Causal Reasoning. Knowledge Acquisition, 1:139-162, 1989.
  1380.  
  1381. ----------------------------------------------------------------
  1382. Subject: [16] Task-specific Architectures for Problem Solving
  1383.  
  1384. Generic Tasks:
  1385.     Chandrasekaran, B., Towards a Functional Architecture for 
  1386.     Intelligence Based on Generic Information Processing Tasks, In 
  1387.     IJCAI-87, pages 1183-1192, Milan, 1987.
  1388.  
  1389. Components of Expertise:
  1390.     Steels, L., The Components of Expertise. AI Magazine, Summer, 1990.
  1391.  
  1392. KADS:
  1393.     Breuker, J., & Wielinga, B., Models of Expertise in Knowledge
  1394.     Acquisition, in G. Guida & C. Tasso, editors, Topics in 
  1395.     Expert Systems Design: Methodologies and Tools, Amsterdam:
  1396.     North Holland Publishing Company, 1989.
  1397.  
  1398. Role-limiting Methods:
  1399.     McDermott, J., Preliminary Steps Toward a Taxonomy of 
  1400.     Problem-Solving Methods, in S. Marcus, editor, Automating 
  1401.     Knowledge Acquisition for Expert Systems, pages 225-255,
  1402.     Boston: Kluver Academic Publishers, 1988.
  1403.  
  1404. ----------------------------------------------------------------
  1405. Subject: [17] Automated Deduction/Theorem Proving
  1406.  
  1407.    C. Chang and R.C. Lee, "Symbolic Logic and Mechanical Theorem
  1408.    Proving", Academic Press, 1973.
  1409.  
  1410.    Alan Bundy, "The Computer Modelling of Mathematical Reasoning",
  1411.    Academic Press, 1983. [Contains Prolog code for a simple
  1412.    resolution-based theorem prover.]
  1413.  
  1414.    David Duffy, "Principles of Automated Theorem Proving", John
  1415.    Wiley and Sons, 1991. 
  1416.  
  1417.    Larry Wos and Ross Overbeek and Ewing Lusk and Jim Boyle,
  1418.    "Automated Reasoning. Introduction and Applications",  Second Edition,
  1419.    McGraw-Hill, 1992.
  1420.  
  1421.    Proceedings of the 11th International Conference on Automated
  1422.    Deduction (CADE-11), D. Kapur (editor), Saratoga Springs, NY, USA,
  1423.    June 15-18, 1992, Lecture Notes in AI 607, Springer-Verlag, 1992, 793
  1424.    pages.  ISBN 0-387-55602-8 and 3-540-55602-8.
  1425.     [The CADE proceedings have a systems abstracts section with short
  1426.      descriptions of implemented systems, many of which are available
  1427.      by anonymous ftp.]
  1428.  
  1429. ----------------------------------------------------------------
  1430. Subject: [18] Probabilistic Reasoning
  1431.  
  1432.    Neapolitan, Richard E., "Probabilistic Reasoning in Expert Systems:
  1433.    Theory and Algorithms", John Wiley and Sons, 1990. [Practical guide
  1434.    to implementation.]
  1435.  
  1436.    Oliver, Robert M., and Smith, James Q., editors, "Influence Diagrams,
  1437.    Belief Nets and Decision Analysis", John Wiley and Sons, 1990.
  1438.  
  1439.    Pearl, Judea, "Probabilistic Reasoning in Intelligent Systems:
  1440.    Networks of Plausible Inference", Morgan Kaufmann, San Mateo,
  1441.    California, 1988. [Theoretical framework for Bayesian networks]
  1442.  
  1443.    Shafer, Glenn, and Pearl, Judea, "Readings in Uncertain Reasoning",
  1444.    Morgan Kaufmann, San Mateo, California, 1990. 768 pages, 
  1445.    ISBN 1-55860-125-2 paper ($49.95).
  1446.  
  1447.    R.O. Duda, P.E. Hart, and N.J. Nilsson, "Subjective Bayesian Methods
  1448.    for Rule-Based Inference Systems", In Proceedings of the 1976 National
  1449.    Computer Conference, pages 1075-1082, AFIPS, 1976.
  1450.  
  1451.    Charniak, Eugene, "Bayesian Networks without tears", AI Magazine
  1452.    12(4):50-63, Winter 1991. [Intro to Bayesian networks for beginners]
  1453.  
  1454. Abduction & Uncertainty:
  1455.  
  1456.    Charniak, E., "Motivation analysis, abductive unification, and
  1457.    nonmonotonic equality", Artifical Intelligence 34:275-95.
  1458.  
  1459.    Kass, A., "Adaptation-based explanation", 11th IJCAI, pages 141-47.
  1460.  
  1461.    Hobbs, J., et al., "Interpretation as abduction", SRI AI TR #499.
  1462.  
  1463. Non-AI, but relevant:
  1464.  
  1465.    Kahneman, D., Slovic, P., and Tversky, A., "Judgement under
  1466.    uncertainty", Cambridge University Press.
  1467.  
  1468.    Micheal Smithson, "Ignorance and Uncertainty: Emerging Paradigms",
  1469.    Springer-Verlag, 1989.
  1470.  
  1471. Current Research:
  1472.  
  1473.    Uncertainty in Artificial Intelligence [2|3|4|5], North-Holland.
  1474.  
  1475.    Proceedings of the Nth Conference on Uncertainty in Artificial
  1476.    Intelligence, Morgan Kaufmann Publishers.
  1477.  
  1478. ----------------------------------------------------------------
  1479. Subject: [19] Nonmonotonic Reasoning and Truth Maintenance Systems (TMS)
  1480.  
  1481.    Matthew L. Ginsberg, "Readings in Nonmonotonic Reasoning", 
  1482.    Morgan Kaufmann, San Mateo, CA, 1987.
  1483.  
  1484.    Reiter, Ray, "Nonmonotonic Reasoning", Annual Review of Computer
  1485.    Science, 2:147-186, 1987. (Appears in Ginsberg.)
  1486.  
  1487.    Doyle, J., "Truth Maintenance Systems", Artificial Intelligence,
  1488.    12(3):231-272, 1979.
  1489.  
  1490.    Reiter, Raymond and de Kleer, Johan, "Foundations of Assumption-Based
  1491.    Truth Maintenance Systems: Preliminary Report", Proceedings of AAAI-87,
  1492.    pages 183-188.
  1493.  
  1494.    J.P. Martins, "The Truth, The Whole Truth And Nothing But the Truth:
  1495.    An Indexed Bibliography to the Literature of TMS's", AI Magazine
  1496.    (Special Issue), AAAI, 1990.
  1497.  
  1498.    De Kleer, J., "An assumption-based TMS", Artificial Intelligence
  1499.    28:127-162, 1986.
  1500.    De Kleer, J., "Extending the ATMS", Artificial Intelligence
  1501.    28:163-196, 1986.
  1502.    De Kleer, J., "Problem Solving with the ATMS", Artificial Intelligence
  1503.    28:197-224, 1986. 
  1504.  
  1505.    De Kleer, J., "A comparison of ATMS and CSP techniques", IJCAI 1989,
  1506.    pages 290-296.
  1507.  
  1508.    Kenneth D. Forbus and Johan de Kleer, "Building Problem Solvers",
  1509.    MIT Press, Cambridge, MA 1994, 700 pages, $50. ISBN 0-262-06157-0.
  1510.    [Good textbook.]
  1511.  
  1512.    Proceedings of AAAI 1988.
  1513.  
  1514.    Alex Kean and George Tsiknis, "Assumption based Reasoning and Clause
  1515.    Management Systems", Computational Intelligence 8(1):1-24, 1992.
  1516.  
  1517.    Alex Kean and George Tsiknis, "Clause Management Systems (CMS)",
  1518.    Computational Intelligence 9(1):11-40, 1993.
  1519.  
  1520.    Martins, Joao, & Shapiro, Stuart C., "A Model for Belief Revision,"
  1521.    Artificial Intelligence 35:25-79 1988. 
  1522.  
  1523.    Martins & Reinfrank (eds), "Truth Maintenance Systems", published
  1524.    by Springer Verlag in their 'Lecture Notes in Computer Science'
  1525.    series, 1991.
  1526.  
  1527.    Reinfrank, M., Dressler, O. and Brewka, G., On the Relation
  1528.    Between Truth Maintenance and Autoepistemic Logic, IJCAI 1989.
  1529.  
  1530.    Selman, B. and Levesque, H.J., "Abductive and Default Reasoning: A
  1531.    Computational Core", Proceedings of AAAI-90.
  1532.  
  1533. ----------------------------------------------------------------
  1534. Subject: [20] Robotics and Computer Vision
  1535.  
  1536. Introductions (Robotics):
  1537.  
  1538.    John J. Craig, "Introduction to Robotics", Addison-Wesley,
  1539.    Reading, MA, 1989. 
  1540.  
  1541.    Joseph L. Jones, and Anita M. Flynn, "Mobile Robots: Inspiration to
  1542.    Implementation", A.K. Peters, Publisher, Wellesley, MA, 1993. 349
  1543.    pages, $39.95.  ISBN 1-56881-011-3.
  1544.  
  1545.    [Two papers in the Encyclopedia of Artificial Intelligence are relevant:
  1546.        Path planning and obstacle avoidance, pages 708-715
  1547.        Mobile robots, pages 957-961]
  1548.  
  1549. Introductions (Vision):
  1550.  
  1551.    David Marr, "Vision: a computational investigation into the human
  1552.    representation and processing of visual information", W.H. Freeman,
  1553.    San Francisco, CA, 1982. [The classic text, still good.]
  1554.  
  1555.    Berthold K.P. Horn, "Robot Vision", MIT Press and McGraw-Hill,
  1556.    Cambridge, MA, 1986. 509 pages. ISBN 0-2620-815-98 (MIT Press),
  1557.    0-0703-034-95 (McGraw-Hill). 
  1558.  
  1559.    Vicki Bruce and Patrick R. Green, "Visual Perception: Physiology,
  1560.    Psychology and Ecology", 2nd Edition, Lawrence Erlbaum Associates,
  1561.    Hillsdale, NJ, 1990. ISBN 0-86377-146-7.
  1562.  
  1563.    Martin D. Levine, "Vision in Man and Machine", McGraw-Hill, New York, 1985.
  1564.  
  1565.    Roger Watt, "Visual Processing: computational, psychophysical, and
  1566.    cognitive research", Lawrence Erlbaum Associates, Hillsdale, NJ, 1988,
  1567.    152 pages.
  1568.  
  1569.    Harry Wechsler, "Computation Vision", Academic Press, Boston, MA,
  1570.    1990, 558 pages.
  1571.  
  1572.    E. Bruce Goldstein, "Sensation and Perception", 3rd edition,
  1573.    Wadsworth, Belmont CA, 1989, 598 pages, ISBN 0-534-09672-7. [Emphasis
  1574.    on the physiological aspects of visual perception.]
  1575.  
  1576.    Linda G. Shapiro and Azriel Rosenfeld, "Computer Vision and Image
  1577.    Processing", Academic Press, Boston, MA 1992, 623 pages.
  1578.  
  1579.    [One paper in the Encyclopedia of Artificial Intelligence is relevant:
  1580.        Sensors, pages 1031-1036]
  1581.  
  1582. Surveys:
  1583.  
  1584.    J. Michael Brady, "Computational approaches to image understanding",
  1585.    ACM Computing Surveys 14(1):3-71, March 1982. (Survey of methods in
  1586.    computer vision.)
  1587.  
  1588. Paper Collections:
  1589.  
  1590.    Martin A. Fischler and Oscar Firschein, editors, "Readings in
  1591.    Computer Vision", Morgan Kaufmann, San Mateo, CA, 1987.
  1592.  
  1593.    Michael S. Landy and Anthony J. Movshon, "Computational Models of
  1594.    Visual Processing", MIT Press, Cambridge, MA, 1991, 394 pages.
  1595.    [Collection of research papers.]
  1596.  
  1597. Miscellaneous:
  1598.  
  1599.    The 6.270 Robot Builder's Guide, by Fred Martin. Available by
  1600.    anonymous ftp from 
  1601.       kame.media.mit.edu:/pub/fredm/README [18.85.0.45]
  1602.       cherupakha.media.mit.edu:/pub/6270/docs/ [18.85.0.47]
  1603.    This directory contains "The 6.270 Robot Builder's Guide", the
  1604.    course notes to the 1992 MIT LEGO Robot Design Competition. For
  1605.    more information, contact Fred Martin <fredm@media.mit.edu>.
  1606.  
  1607. Autonomous Agents:
  1608.  
  1609.    Rodney A. Brooks, "A Robust Layered Control System for a Mobile
  1610.    Robot", IEEE Journal of Robotics and Automation, 2:14-23, 1986.
  1611.  
  1612.    Rodney A. Brooks, "A Robot that Walks: Emergent Behaviour from a
  1613.    Carefully Evolved Network", Neural Computation, 1(2), 1989.
  1614.  
  1615.    Pattie Maes and Rodney A. Brooks, "Learning to Coordinate Behaviours", 
  1616.    Proceedings of AAAI-90, 1990.
  1617.  
  1618.    Pattie Maes, "How to do the right thing", Connection Science
  1619.    1(3):291-323, 1990, special issue on Hybrid Systems.
  1620.  
  1621.    Pattie Maes, "Designing Autonomous Agents: Theory and Practice from
  1622.    Biology to Engineering and Back", MIT Press, 1991.
  1623.  
  1624.    Pattie Maes, "A bottom-up mechanism for action selection in an
  1625.    artificial creature", in Adaptive Behaviour: From Animals to Animats,
  1626.    edited by S. Wilson and J-A Meijer, MIT Press, 1991.
  1627.  
  1628.    W. Lim and J. Eilbert, "Plan-behaviour interaction in autonomous
  1629.    navigation", Proceedings of the SPIE, 1388:464-475, 1991.
  1630.  
  1631. ----------------------------------------------------------------
  1632. Subject: [21] Distributed AI
  1633.  
  1634. Collections:
  1635.  
  1636.    Alan H. Bond and Les Gasser, "Readings in Distributed
  1637.    Artificial Intelligence", Morgan Kaufmann, San Mateo, CA, 1988.
  1638.  
  1639.    Michael N.  Huhns, ed., "Distributed Artificial
  1640.    Intelligence", Morgan Kaufmann, 1987.
  1641.  
  1642.    Les Gasser and Michael N.  Huhns, eds., "Distributed
  1643.    Artificial Intelligence, Volume II", Morgan Kaufmann, 1989.
  1644.  
  1645.    (Special Issue on Distributed AI) IEEE Transactions on
  1646.    Systems, Man, and Cybernetics, Vol. 11, No. 1, Jan 1981.
  1647.  
  1648.    (Special Issue on Distributed AI---10 years later) IEEE
  1649.    Transactions on Systems, Man, and Cybernetics, Vol. 21,
  1650.    No. 6, Nov/Dec 1991.
  1651.  
  1652.    Decentralized Artificial Intelligence, Y. Demazeau ed. 1990,
  1653.    Decentralized AI 2, Demazeau, Y. & Muller, J-P, eds. 1991,     
  1654.    Decentralized AI 3, Werner & Demazeau eds. 1992,
  1655.    all published by  Elsevier Science Publishers .
  1656.  
  1657.    (Special Issue on Intelligent and Cooperative Problem Solving)
  1658.    International Journal of Intelligent & Cooperative Information
  1659.    Systems, Vol. 1, No. 2, June 1992.
  1660.  
  1661.    (Special Issue on Distributed AI) Group Decision and
  1662.    Negotiation, Vol. 2, No. 3, 1993.
  1663.  
  1664.    (Special Issue on Mathematical and Computational Models of
  1665.    Organizations: Models and Characteristics of Agent Behavior)
  1666.    International Journal of Intelligent Systems in Accounting,
  1667.    Finance, and Management, Vol 2., No. 4, December 1993.
  1668.  
  1669. [Surveys can be found in the Bond & Gasser book listed above,
  1670. and in: The Handbook of AI volume 4 1989; IEEE Systems, Man,
  1671. and Cybernetics-17(5) 1987; Kluwer Academic's AI Review-6(1)1992.] 
  1672.  
  1673. ----------------------------------------------------------------
  1674. Subject: [22] User/Agent Modeling
  1675.  
  1676.    Rapaport, William J., "Belief Representation Systems", in S. C.
  1677.    Shapiro (ed.), Encyclopedia of Artificial Intelligence, 2nd edition
  1678.    John Wiley, New York, pages 98-110, 1992.
  1679.  
  1680.    Afzal Ballim and Yorick Wilks, "Artifical Believers", Lawrence
  1681.    Erlbaum Associates, Hillsdale, NJ, 1991. ISBN 0-8058-0453-6.
  1682.    Contains a 92 page background section on belief modeling in AI,
  1683.    Philosophy, NLP and Linguistics. 
  1684.  
  1685.    Kobsa, A. & Wahlster, W. (1989) "User Models in Dialog Systems."
  1686.    Springer-Verlag, Heidelberg.
  1687.  
  1688. See also the journal User Modeling and User-Adapted Interaction in 
  1689. part 3 of the AI FAQ.
  1690.  
  1691. ----------------------------------------------------------------
  1692. Subject: [23] Philosophy of AI
  1693.  
  1694.    Margaret A. Boden, editor, "The Philosophy of Artificial Intelligence", 
  1695.    Oxford University Press, New York, 1990, 452 pages.
  1696.  
  1697.    Margaret A. Boden, "Artificial Intelligence and Natural Man",
  1698.    Harvester Press and Basic Books, 1977. 2nd edition, MIT Press, 1986. 
  1699.  
  1700.    Leslie Burkholder, editor, "Philosophy and the Computer", Westview
  1701.    Press, Boulder, CO, 1992.
  1702.  
  1703.    Robert Cummins and John Pollock, editors, "Philosophy and AI:  Essays
  1704.    at the Interface", MIT Press, Cambridge, MA, 1991.
  1705.  
  1706.    Daniel C. Dennett, "Consciousness explained", 1st edition, Little,
  1707.    Brown and Company, Boston, 1991, 511 pages, $27.95.
  1708.  
  1709.    Hubert L. Dreyfus, "What computers can't do: a critique of artificial
  1710.    reason", Harper and Row, Publishers, New York, 1972. ISBN 0-06011082-1
  1711.  
  1712.    James H. Fetzer, editor, "Aspects of Artificial Intelligence", 
  1713.    Kluwer Academic Publishers, Dordrecht, Holland, 1988.
  1714.  
  1715.    John Haugeland, "Artificial Intelligence: The very idea", MIT Press,
  1716.    Cambridge, MA, 1985, 287 pages.
  1717.  
  1718.    John Haugeland, editor, "Mind Design: Philosophy, Psychology,
  1719.    Artificial Intelligence", MIT Press, Cambridge, MA 1981, 368 pages.
  1720.  
  1721.    Douglas R. Hofstadter and Daniel C. Dennett, "The Mind's I:
  1722.    Fantasies and Reflections on Self and Soul", Basic Books, New
  1723.    York, 1981, 501 pages, $15.50.
  1724.  
  1725.    Kirsh, D., editor, "Foundations of Artificial Intelligence, Special
  1726.    issues of Artificial Intelligence", The MIT Press, 1991.  Reprinted
  1727.    from Artificial Intelligence 47(1--3), 1991.
  1728.  
  1729.    D. McDermott, "Artificial Intelligence Meets Natural Stupidity," in
  1730.    Mind Design: Philosophy, Psychology, Artificial Intelligence, J.
  1731.    Haugeland, editor, chapter 5, pp. 143-160, MIT Press, 1981.
  1732.  
  1733.    Hans Moravec, "Mind Children: The future of robot and human intelligence",
  1734.    Harvard University Press, Cambridge, MA, 1988, 214 pages.
  1735.  
  1736.    Roger Penrose, "The Emperor's New Mind: Concerning computers,
  1737.    minds, and the laws of physics", Oxford University Press, New York,
  1738.    1989, 466 pages, $30.
  1739.  
  1740.    H.A. Simon, "Sciences of the Artificial", 2nd Edition, MIT Press, 1981.
  1741.  
  1742.    A.M. Turing, "Computing Machinery And Intelligence," Mind, vol. LIX,
  1743.    no. 236, 1950.  Reprinted in "Computers and Thought", Feigenbaum &
  1744.    Feldman (eds.), 1963.  Also reprinted in "The Mind's I", Hofstadter &
  1745.    Dennett (eds.).  Also reprinted in "Readings in Cognitive Science",
  1746.    Collins & Smith (eds.), section 1.1.
  1747.  
  1748. ----------------------------------------------------------------
  1749. Subject: [24] What is Cyc? (Common Sense)
  1750.  
  1751. Cyc is a project at MCC in Texas to build an enCYClopedic database and
  1752. reasoning engine for common sense knowledge.
  1753.  
  1754.    R.V. Guha and Douglas B. Lenat, "Enabling agents to work together",
  1755.    CACM 37(7):127-142, 1994.
  1756.  
  1757.    "CYC", AI Magazine 1986, 7(1), 1986.
  1758.  
  1759.    "Cyc: A Mid-Term Report," AI Magazine, 11(3):32-59, Fall 1990.
  1760.  
  1761.    "Cyc: Toward Programs With Common Sense," CACM, 33(8):30-49, 
  1762.    August 1990. 
  1763.  
  1764.    "Knowledge and Natural Language Processing," CACM, Aug 1990.
  1765.  
  1766.    "When will machines learn?," Machine Learning, 4(3-4):255-257,
  1767.    December 1989. 
  1768.  
  1769.    Douglas B. Lenat and R.V. Guha, "Building Large Knowledge-Based
  1770.    Systems", Addison-Wesley, Reading, MA, 1991. ISBN 0-201-51752-3.
  1771.  
  1772. For a critique of Cyc, see Stefik and Smoliar, "The Commonsense
  1773. Reviews", Artificial Intelligence 61(1):37-40 1993.
  1774.  
  1775. An annotated bibliography on the Cyc project by Will Fitzgerald was
  1776. posted to comp.ai on 7-JUL-94. A copy of this bibliography is
  1777. available as
  1778.    ftp.cs.cmu.edu:/user/ai/areas/doc/bib/cyc.txt 
  1779.  
  1780. ----------------------------------------------------------------
  1781. Subject: [25] Miscellaneous: PhD Theses
  1782.  
  1783. Be sure to check the proceedings of the various national
  1784. conferences in the area that interests you.
  1785.  
  1786. PhD theses can often be obtained from University Microfilms
  1787. Internatinal, 300 North Zeeb Road, Ann Arbor, MI 48106.
  1788.  
  1789. ----------------------------------------------------------------
  1790. Subject: [26] Videotapes and Magazines
  1791.  
  1792. Videotapes:
  1793.  
  1794.    The 4th episode of the PBS series "The Machine That Changed the World" is
  1795.    a good introduction to AI. It is available for $90 from Films for the
  1796.    Humanities, 1-800-257-5126.
  1797.  
  1798.    Morgan Kaufmann also has a good set of tapes of AI-related lectures, but
  1799.    it runs on the expensive side.
  1800.  
  1801.  
  1802. AI-related magazines include:
  1803.  
  1804.    AI EXPERT
  1805.    Miller Freeman, Inc., 600 Harrison Street, San Francisco, CA 94107.
  1806.    Subscriptions: 1-800-274-2534 or 303-447-9330
  1807.    $42/year (12 issues), $6 extra in Canada and Mexico, 
  1808.    $15 extra (surface mail) or $40 (air mail) for overseas.
  1809.    Canadian GST# 124513185. For back-issues, call 1-800-444-4881.
  1810.    Submissions: Larry O'Brien, Editor in Chief, <72212.3256@compuserve.com>
  1811.  
  1812.    PC AI (ISSN 0894-0711)
  1813.    3310 West Bell Road, Suite 119, Phoenix, AZ 85023.
  1814.    Subscriptions: 602-971-1869, fax 602-971-2321.
  1815.    $28/year (6 issues); $54 for two years; $78 for three years.
  1816.    $9 extra in Canada and Mexico, $25 extra (air mail) for all
  1817.    other countries. 
  1818.  
  1819.    Both magazines are excellent sources of commercial product reviews
  1820.    and frequently publish "Product Guides/Showcases" that list many of the
  1821.    commercial products available in a particular area of AI, such as
  1822.    expert systems, neural nets, natural language processing, and so on.
  1823.  
  1824.    BYTE Magazine does occasional features on AI topics. Program
  1825.    listings for those articles are available by anonymous ftp from
  1826.       ftp.uu.net:/published/byte/
  1827.  
  1828. ----------------------------------------------------------------
  1829. Subject: [27] Constraint-based Scheduling
  1830.  
  1831. Operations Research books:
  1832.  
  1833.    Kenneth R. Baker, "Introduction to Sequencing and Scheduling", 
  1834.    John Wiley and Sons, 1974.
  1835.  
  1836.    Jacques Carlier and Philippe Chretienne, "Problemes d'ordonnancement:
  1837.    Modelisation / Complexite / Algorithmes", Masson, 1988.
  1838.  
  1839.    Edward G. Coffman Jr., editor, "Computers and Job-Shop Scheduling
  1840.    Theory", John Wiley and Sons, 1976.
  1841.  
  1842. Review articles:
  1843.  
  1844.    Stephen C. Graves, "A Review of Production Scheduling", 
  1845.    Operations Research, 29(4):646-675, 1981.
  1846.  
  1847.    Karl G. Kempf, "Manufacturing Planning and Scheduling: Where We Are
  1848.    and Where We Need To Be", Proceedings of the IEEE International
  1849.    Conference on Artificial Intelligence Applications, Miami, Florida, 1989.
  1850.  
  1851.    Karl Kempf, Claude Le Pape, Stephen F. Smith and Barry R. Fox, "Issues
  1852.    in the Design of AI-Based Schedulers: A Workshop Report", AI Magazine,
  1853.    11(5):37-46, 1991.
  1854.  
  1855.    Karl Kempf, Bruce Russell, Sanjiv Sidhu and Stu Barrett, "AI-Based
  1856.    Schedulers in Manufacturing Practice: Report of a Panel Discussion",
  1857.    AI Magazine, 11(5):46-55, 1991.
  1858.  
  1859.    Mitchell S. Steffen, "A Survey of Artificial Intelligence-Based
  1860.    Scheduling Systems", Proceedings of the Fall Industrial Engineering
  1861.    Conference, Boston, MA, 1986.
  1862.  
  1863. Miscellaneous:
  1864.  
  1865.    S.H. Clearwater, B.A. Huberman, and T. Hogg, "Cooperative solution of
  1866.    constraint satisfaction problems", Science 254(5035):1181-1183,
  1867.    November 22, 1991.
  1868.  
  1869.    Mark S. Fox and Norman Sadeh, "Why is scheduling difficult? A CSP
  1870.    perspective." In Proceedings of the 9th European Conference on Artificial
  1871.    Intelligence (ECAI-90), pages 754-767, 1990.
  1872.  
  1873.    P. J. M. Val Laarhoven, E. H. L. Aarts, and J. K. Lenstra, "Job shop
  1874.    scheduling by simulated annealing", Operations Research 40(1):113-125,
  1875.    January-February 1992.
  1876.  
  1877. ----------------------------------------------------------------
  1878. Subject: [28] Music and AI
  1879.  
  1880.    David Cope, "Computers and Musical Style", A-R Editions, Madison, WS,
  1881.    1991. 246 pages, ISBN 0-895-79256-7.
  1882.      [Music composition by computer using ATNs.]
  1883.  
  1884.    Mira Balaban, Kemal Ebcioglu, and Otto Laske, editors, "Understanding
  1885.    Music with AI: Perspectives on Music Cognition", MIT Press, Cambridge,
  1886.    MA, 1992. 512 pages, ISBN 0-262-52170-9, $39.95.
  1887.  
  1888.    Minds and Machines 2(4) November 1992 was devoted to music and cognition,
  1889.    and there were some relevant book reviews in 3(1) February 1993.
  1890.  
  1891. ----------------------------------------------------------------
  1892. Subject: [29] AI and Education
  1893.  
  1894.    Etienne Wenger, "Artificial Intelligence and Tuturing Systems",
  1895.    Morgan Kaufmann Publishers, Los Altos, CA, 1987.
  1896.  
  1897.    Jill H. Larkin and Ruth W. Chabay, "Computer-assisted instruction
  1898.    and intelligent tutoring systems: Shared goals and complementary
  1899.    approaches", Lawrence Erlbaum Associates, Hillsdale, NJ, 1992, 280 pages.
  1900.    ISBN 0-80580-233-9.
  1901.  
  1902. ----------------------------------------------------------------
  1903. Subject: [30] Blackboard Architectures
  1904.  
  1905. Overviews:
  1906.  
  1907.    Penny Nii, "Blackboard Systems", AI Magazine 7(3), 1986.
  1908.  
  1909.    Daniel D. Corkill, "Blackboard Systems", AI Expert 6(9):40-47,
  1910.    September 1991. 
  1911.  
  1912. Texts: 
  1913.  
  1914.    Ian D. Craig, "Blackboard Systems", Ablex, Norwood, NJ, 1994.
  1915.    240 pages, ISBN 1-56750-029-3 paper ($24.50). 
  1916.    [Tutorial introduction/text.]
  1917.  
  1918. Paper Collections:
  1919.  
  1920.    Robert S. Engelmore and Anthony Morgan, editors, "Blackboard
  1921.    Systems", Addison-Wesley, 1988. 
  1922.    [Contains all classic papers on blackboard systems up to around
  1923.     1986; some papers were revised for this book.]
  1924.  
  1925.    V. Jagannathan, Rajendra Dodhiawala, and Lawrence S. Baum, editors,
  1926.    "Blackboard Architectures and Applications", Academic Press, 1989
  1927.    [Research efforts from 1986 to 1988.]
  1928.  
  1929. ----------------------------------------------------------------
  1930. Subject: [31] Temporal Reasoning and Modal Logic
  1931.  
  1932. Mehmet A. Orgun, "Temporal and Modal Logic Programming: An Annotated
  1933. Bibliography", SIGART Bulletin 5(3):52-59, July 1994.
  1934.  
  1935. ----------------------------------------------------------------
  1936.  
  1937. ;;; *EOF*
  1938.